diff options
Diffstat (limited to 'app/[lng]/engineering/(engineering)/document-list-ship/page.tsx')
| -rw-r--r-- | app/[lng]/engineering/(engineering)/document-list-ship/page.tsx | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/app/[lng]/engineering/(engineering)/document-list-ship/page.tsx b/app/[lng]/engineering/(engineering)/document-list-ship/page.tsx index 321ce909..e3915419 100644 --- a/app/[lng]/engineering/(engineering)/document-list-ship/page.tsx +++ b/app/[lng]/engineering/(engineering)/document-list-ship/page.tsx @@ -37,7 +37,7 @@ export default async function IndexPage(props: IndexPageProps) { <h2 className="text-2xl font-bold tracking-tight"> 문서 관리 </h2> - <InformationButton pagePath="partners/document-list-ship" /> + </div> {/* <p className="text-muted-foreground"> 소속 회사의 모든 도서/도면을 확인하고 관리합니다. @@ -107,9 +107,12 @@ export default async function IndexPage(props: IndexPageProps) { <Shell className="gap-2"> <div className="flex items-center justify-between space-y-2"> <div> + <div className="flex items-center gap-2"> <h2 className="text-2xl font-bold tracking-tight"> 조선 Document Management </h2> + <InformationButton pagePath="evcp/document-list-ship" /> + </div> <p className="text-muted-foreground"> </p> |
